home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / BibTeX 1.06 FAT.sit / BibTeX ƒ / Source code / StdPrefsLib / CompileFlags.h next >
Text File  |  1994-03-22  |  866b  |  37 lines

  1. /*
  2.     File:        CompileFlags.h
  3.  
  4.     Contains:    Compile flags.
  5.  
  6.                 Refer to develop Issue 18, "The Right Way to Implement 
  7.                 Preferences Files", for addtional details on this code.
  8.                 
  9.     Written by:    Gary Woodcock
  10.  
  11.     Copyright:    ゥ 1993-94 by Apple Computer, Inc.
  12.  
  13.     Change History (most recent first):
  14.     
  15.                  2/10/94    Version 1.0.
  16.     
  17.     Notes:         Send bug reports to Gary Woodcock at AOL: gwoodcock
  18.                 or Internet: gwoodcock@aol.com.
  19. */
  20.  
  21. //-----------------------------------------------------------------------
  22.  
  23. #ifndef _COMPILEFLAGS_
  24. #define    _COMPILEFLAGS_
  25.  
  26. //-----------------------------------------------------------------------
  27. // Flags
  28.  
  29. //#define DEBUG_IT    // Uncomment this flag to enable debug code
  30.  
  31. //-----------------------------------------------------------------------
  32.  
  33. #endif _COMPILEFLAGS_
  34.  
  35. //-----------------------------------------------------------------------
  36.  
  37.